home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Games / DroneZone / DZEvents.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  225 b   |  19 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    File:        DZEvents.h
  3.  *
  4.  *    Copyright © 1996 Apple Computer, Inc.
  5.  */
  6.  
  7. #ifndef __DZEvents__
  8. #define __DZEvents__
  9.  
  10. void Events_Init(
  11.     void);
  12.  
  13. void Events_Exit(
  14.     void);
  15.  
  16. void Events_Process(
  17.     void);
  18.  
  19. #endif /* __DZEvents__ */